type runtime.unwinder
25 uses
runtime (current package)
heapdump.go#L374: var u unwinder
mbitmap.go#L1948: var u unwinder
mgcmark.go#L971: var u unwinder
mprof.go#L741: var u unwinder
mprof.go#L1690: var u unwinder
panic.go#L1009: var u unwinder
panic.go#L1121: var u unwinder
proc.go#L5790: var u unwinder
stack.go#L975: var u unwinder
traceback.go#L96: type unwinder struct {
traceback.go#L123: func (u *unwinder) init(gp *g, flags unwindFlags) {
traceback.go#L133: func (u *unwinder) initAt(pc0, sp0, lr0 uintptr, gp *g, flags unwindFlags) {
traceback.go#L210: *u = unwinder{}
traceback.go#L216: *u = unwinder{
traceback.go#L228: func (u *unwinder) valid() bool {
traceback.go#L253: func (u *unwinder) resolveInternal(innermost, isSyscall bool) {
traceback.go#L441: func (u *unwinder) next() {
traceback.go#L520: func (u *unwinder) finishInternal() {
traceback.go#L581: func (u *unwinder) symPC() uintptr {
traceback.go#L594: func (u *unwinder) cgoCallers(pcBuf []uintptr) int {
traceback.go#L621: func tracebackPCs(u *unwinder, skip int, pcBuf []uintptr) int {
traceback.go#L900: var u unwinder
traceback.go#L945: func traceback2(u *unwinder, showRuntime bool, skip, max int) (n, lastN int) {
traceback.go#L1099: var u unwinder
traceback.go#L1107: var u unwinder
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |